home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / clikbr15.zip / TESTCLIK.ZIP / TESTCLIK.MAK < prev    next >
Text File  |  1993-03-21  |  830b  |  53 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +testclik.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. #        *List Macros*
  17. Link_Exclude =  \
  18.   testclik.res
  19.  
  20. Link_Include =  \
  21.   testclik.obj \
  22.   testclik.def
  23.  
  24. #        *Explicit Rules*
  25. testclik.exe: testclik.cfg $(Link_Include) $(Link_Exclude)
  26.   $(TLINK) /v/x/c/Twe/P-/Ly:\LIB @&&|
  27. c0ws.obj+
  28. testclik.obj
  29. testclik
  30.         # no map file
  31. cws.lib+
  32. import.lib+
  33. mathws.lib+
  34. bwcc.lib
  35. testclik.def
  36. |
  37.   RC -30 testclik.res testclik.exe
  38.  
  39. #        *Individual File Dependencies*
  40. testclik.obj: testclik.c 
  41.  
  42. testclik.res: testclik.rc 
  43.     RC -R -Iy:\INCLUDE -FO testclik.res testclik.RC
  44.  
  45. #        *Compiler Configuration File*
  46. testclik.cfg: testclik.mak
  47.   copy &&|
  48. -v
  49. -W
  50. -Iy:\INCLUDE
  51. -Ly:\LIB
  52. | testclik.cfg
  53.